home *** CD-ROM | disk | FTP | other *** search
/ Aminet 39 / Aminet 39 (2000)(Schatztruhe)[!][Oct 2000].iso / Aminet / dev / c / AsyncIOPPCdev.lha / AsyncIOPPCdev / AsyncIOPPCdev.readme
Encoding:
Text File  |  2000-07-22  |  1013 b   |  29 lines

  1. Here's my current effort to get asyncio.library working under PPC (PowerUP
  2. (Sorry, I don't have a devkit for WarpOS, and don't know how to do this there))
  3.  
  4. All you need to do is copy the included Includes to your INCLUDE: and
  5. PPCINCLUDE: directories .. only the modified Includes are included, so you need
  6. to get the original asyncio.library SDK from Aminet first!
  7.  
  8. Also you should make the following links in your PPCINCLUDE: directory if you
  9. haven't already:
  10.  
  11. ppcpragmas -> powerup/ppcpragmas
  12. pragmas    -> powerup/ppcpragmas
  13. proto      -> powerup/ppcproto
  14.  
  15. ..this will make sure SCPPC always gets the correct Includes when compiling.
  16.  
  17. With GCC, make sure your PPCInclude dir is before your normal AmigaOS include
  18. dir in it's searchpath...
  19.  
  20. A thing to keep in mind when adding support for asyncio.library in you projects
  21. is to make sure you allocate rather large buffers for PPC so the number of
  22. context-switches will be reduced .. this will give you a much more efficient
  23. implementation...
  24.  
  25. Enjoy! ;)
  26.  
  27.  
  28. - CISC
  29.